Thank you for purchasing our app
Please read the documentation carefully , and if you have any question check
us .
The Purchased Key & Package Name of your app Must be required for Authentication.
Register your package name to CodderLab.Contact Us
In order to start configuring , you need to install Android studio and the 'Java SE Development Kit'. First download the android studio from here Android Studio
firstly, Head over to this link to get the Android Studio executable or zip file.
Then click on the download android studio button.
Click on the “I have read and agree with the above terms and conditions” checkbox followed by the download button.
Then click on the Save file button in the appear prompt box and the file will start downloading
After the download has finished, open the file from downloads and run it. It will prompt the following dialogue box
Click on Next.
In the next prompt, it’ll ask for a path for installation. Choose a path and hit next.
Note: The installation path should have the required minimum space.
We will start the installation, and once it is completed, it will be like the image shown below.
then Click on Next
Once “Finish” is clicked, it will ask whether the previous settings need to be imported [if the android studio had been installed earlier], or not.
It is better to choose the ‘Don’t import Settings option’.
Click the OK button
This will start with Android Studio
android studio launch photo
Meanwhile, we will be looking for the available SDK components.
Once it has found the SDK components, it will redirect to the Welcome dialogue box
Click on Next
Choose Standard and click on Next.
Now choose the theme, whether Light theme another the Dark one.
The light one is called the IntelliJ theme, whereas the dark theme is called Darcula.
Choose as required..
Click on the Next button
Now it is time to download the SDK components
Then click on Finish .
So that It has started downloading the components
The Android Studio Is successfully configure. Now it’s time to launch and build apps
Last, click on the Finish button to launch it.
Attention reader! Don’t stop learning now. Get hold of all the important Java and Collections concepts with the Fundamentals of Java and Java Collections Course at a student-friendly price and become industry-ready..
you are know how to change package name of the app in android studio? HERE
The installer , as also shown in the video should automatically download and install all required components . if you want to do manual setup , download at least the following components using the SDK manager
You can download these SDK , if not installed already , using the SDK manager SDK Manager After you're done, you can open Android Studio and continue.
*Note: After successfully installing the Android Studio please make a sample app project to install necessary files into computer by android studio.
To import the app, simply open Android Studio and import/open the template. Make sure to wait for all the processes (the Gradle Build) to complete before continuing to the next step
Addition steps Sometimes, the Gradle Build fails. In some cases additional components are needed, Android Studio will ask you to do download these additional SDK components in the 'messages' tab, simply follow the instructions provided to install and download the additional components.
Below is illustrated how you can change the name of the application.
Go to app->res->values->strings.xml
Below is illustrated how you can change the color of the application.
Go to app->res->values->colors.xml
You can change your apps colors to create a custom look. The primary color is the color of the Toolbar, some buttons and headers. The primary dark color is used for e.g. the status bar. get more color from here material.io
Above is illustrated how you can change the Theme of the application.
Now we need to put a png file with your icon named 'ic_launcher.png' in the following folders:
Go to project location->Android source code->LiveX->app->src->main->
this URL will help you resize your images or event create new icon to your app Launcher Icon Generator
We need to put a png file with named 'splash.png' in the following folder:
Go to project location->Android source code->LiveX->app->src->main->res->drawable
BASE_URL should be "http://domain.com/mobileapp_api/"
API_BASE_URL should be "http://domain.com/mobileapp_api/api/"/
Click on app->java->com.packagename.appname->ApiClasses->ApiLinks
Above is illustrated how you can change the Rest Api link of the application.
if you did not change the firebase rules some of the app functions will not work like chat or save/change pictures.
if you not provide the SH1 key into the firebase project phone login and google login will not work you have to add you SH1 keys for both debug and live mode.
Go to the Cloud messaging and click on send your First Message
Go to the Project Setting (refer below image)
Then Click onCloud Messaging and Copy the server key and paste into notepad (this is use in node js Project [backend])
Enter Your Google play license key into Android code
Please refer below image
First Generate Product in Google play console & give Product id (same as below image)
for set key go to the Admin panel and go to the plan page and click on new button
Open Agora console using this link
Generate Agora App ID
Copy this Id and paste into Android code.
Please refer below image
For use Live-streaming function you must be generate secret key in Agora console
Before going to next you have to learn about the Sh1 key for both debug and release. if you are in the development mode then you will use the debug sh1 key but when you going to publish the app on playstore then you will have to use the sh1 key of Release key
Follow the steps
To get realese sh1 contains two step.
Step1: you will generate your own app signing key Create signing key
Step2: Get the Sh1 key of app signing key
Get the Sh1 key. Run the below command on Command Promt
Here is the Helping video for setup google login
Here is the Helping video for generating debug APK
Create a mongodb Atlas
use this link https://account.mongodb.com/account/register
Deploy a free tier cluster
And then Click on Add IP Address
Enter your Username and password then click on create database user.
For install packages (execute in Terminal) npm install
Change the serverPath in util/serverpath.js and also change serverkey (Which is copied from Firebase)
Put the MongoDB Copied Connection String in index.js file
Put Your Email and Password in server/admin/admin.controller.js.
Then run the command in terminal :- npm start
For install packages (execute in Terminal) npm install
Change the serverPath in src/util/serverpath.js
Then run the command in terminal :- npm start
Sign in the Admin Panel and also Enter Key and package
it will work on v12.18.3
We are using MongoDB database
Yes It has admin panel as well which is in HTML/CSS and connected with database via Node js API
Yes it has Documentation about android , web api setup , admin panel setup , firebase push notification setup